From 8ed8dbf6dbbbe034a98fa4999d82813b0f263b2a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 17 Jan 2013 08:55:21 +0000 Subject: [PATCH] Tweak gitignore for Debian pkg-kernel using git Forwarded: not-needed [bwh: Tweak further for pure git] Gbp-Pq: Topic debian Gbp-Pq: Name gitignore.patch --- .gitignore | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 58fdbb35e2f..847e084d7b4 100644 --- a/.gitignore +++ b/.gitignore @@ -77,11 +77,6 @@ modules.order # /rpmbuild/ -# -# Debian directory (make deb-pkg) -# -/debian/ - # # Snap directory (make snap-pkg) # @@ -98,19 +93,6 @@ modules.order /PKGBUILD /pacman/ -# -# We don't want to ignore the following even if they are dot-files -# -!.clang-format -!.cocciconfig -!.editorconfig -!.get_maintainer.ignore -!.gitattributes -!.gitignore -!.kunitconfig -!.mailmap -!.rustfmt.toml - # # Generated include files # @@ -176,3 +158,10 @@ sphinx_*/ # Rust analyzer configuration /rust-project.json + +# +# Debian packaging: ignore everything at the top level, since it isn't +# included in our repository +# +/* +!/debian/ -- 2.30.2